←Select platform

LeadCollection<T> Constructor(List<T>)

Summary
Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified list and that has the same initial capacity as the number of items copied.
Syntax
C#
C++/CLI
Python
public LeadCollection<T>( 
   List<T> list 
) 
public: 
LeadCollection<T>(  
   List<T^>^ list 
) 
__init__(self,list) # Overloaded constructor 

Parameters

list
The list whose items are copied into this collection.

Requirements

Target Platforms

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.